Autogenerated HTML docs for v1.6.2.1-147-g642d0 
diff --git a/git-push.html b/git-push.html index c70a27b..f292661 100644 --- a/git-push.html +++ b/git-push.html 
@@ -333,7 +333,7 @@  every time you push into it, by setting up <em>hooks</em> there. See   documentation for <a href="git-receive-pack.html">git-receive-pack(1)</a>.</p></div>   </div>  -<h2 id="_options">OPTIONS</h2>  +<h2 id="_options_a_id_options_a">OPTIONS<a id="OPTIONS"></a></h2>   <div class="sectionbody">   <div class="vlist"><dl>   <dt>  @@ -777,6 +777,41 @@  <div class="sectionbody">   <div class="vlist"><dl>   <dt>  +git push  +</dt>  +<dd>  +<p>  + Works like <tt>git push &lt;remote&gt;</tt>, where &lt;remote&gt; is the  + current branch's remote (or <tt>origin</tt>, if no remote is  + configured for the current branch).  +</p>  +</dd>  +<dt>  +git push origin  +</dt>  +<dd>  +<p>  + Without additional configuration, works like  + <tt>git push origin :</tt>.  +</p>  +<div class="para"><p>The default behavior of this command when no &lt;refspec&gt; is given can be  +configured by setting the <tt>push</tt> option of the remote.</p></div>  +<div class="para"><p>For example, to default to pushing only the current branch to <tt>origin</tt>  +use <tt>git config remote.origin.push HEAD</tt>. Any valid &lt;refspec&gt; (like  +the ones in the examples below) can be configured as the default for  +<tt>git push origin</tt>.</p></div>  +</dd>  +<dt>  +git push origin :  +</dt>  +<dd>  +<p>  + Push "matching" branches to <tt>origin</tt>. See  + &lt;refspec&gt; in the <a href="#OPTIONS">OPTIONS</a> section above for a  + description of "matching" branches.  +</p>  +</dd>  +<dt>   git push origin master   </dt>   <dd>  @@ -883,7 +918,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2009-02-25 09:56:37 UTC  +Last updated 2009-03-18 01:54:22 UTC   </div>   </div>   </body>